C1.Web.Mvc Namespace / MenuBase<T> Class / Owner Property

In This Topic
Owner Property (MenuBase<T>)
In This Topic
Gets or sets the selector string of the element that owns this menu.
Syntax
'Declaration
 
Public Property Owner As String
 
Remarks
If we want a context menu, we should hide this menu by setting style or attribute.
See Also